home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / misc / gdbm.lha / gdbm-1.7.3 / gdbm.proto2 < prev    next >
Text File  |  1999-12-12  |  255b  |  18 lines

  1.  
  2. /* extra prototypes */
  3.  
  4. /* GDBM C++ support */
  5. #if defined(__cplusplus) || defined(c_plusplus)
  6. extern "C" {
  7. #endif
  8.  
  9. extern const char *gdbm_strerror GDBM_Proto((
  10.      gdbm_error error
  11. ));
  12.  
  13. #if defined(__cplusplus) || defined(c_plusplus)
  14. }
  15. #endif
  16.  
  17. #endif
  18.